iOptions.RegisterStringPropertyOption


Register an  string property to a string option. This is needed because Pog does not support lists of strings.

prototype iOptions.RegisterStringPropertyOption( string name,
						 string value );

Parameters:
name :  The name key of the option.
value : The value of the string.

Return value:
None.

See also:
iOptions.RegisterString